-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow ESHandle be constructed from a whyFailedFactory of another ESHandle #43068
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43068/37284
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@cmsbuild, @makortel, @Dr15Jones, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
@Dr15Jones Any comments? |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e14138/35300/summary.html Comparison SummarySummary:
|
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
What about testing copy constructor and operator=? |
533e20d
to
3912156
Compare
Added tests for {copy, move} x {constructor, assignment}. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43068/37323
|
Pull request #43068 was updated. @cmsbuild, @makortel, @smuzaffar, @Dr15Jones can you please check and sign again. |
@cmsbuild, please test |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test TestGeneratorInterfacePythia8ConcurrentGeneratorFilter had ERRORS Comparison SummarySummary:
|
The unit test fails in IBs and is being fixed in #43089 |
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
merge
|
PR description:
The code in
HeterogeneousCore/AlpakaCore
is already using of this ability, but somehow it started to fail to compile only when I added code specifically testing "null data products". I didn't see any unit tests forESHandle
, so I crafted one.Resolves cms-sw/framework-team#699
PR validation:
Unit tests run.